By default, only one attribute tag value is extracted from each block and matched to an object name in the vault. If your blocks contain multiple object names in multiple attribute tag values within the same block, you can map each attribute tag to a specific object type.
To configure multiple tags in one block:
The syntax of this setting is:
TagFields=<TagName1>[:<ObjectType>],<TagName2>[:<ObjectType>],...
Where <ObjectType> is the object type to associate with the corresponding tag value instead of the default object type for the block that is specified in the TagType setting.
Following is an example of one complete TAGBLOCK section for multiple attribute tags:
[TAGBLOCK_BLOCK1] TagFields=ATTR1,ATTR2:Instrument,ATTR3,ATTR4:Other TagType=Equipment
In this example for a block named BLOCK1, the tag numbers in the attribute tags ATTR1 and ATTR3 (object types are not specified) are linked to the object type Equipment (the default for the block). The tag number in the tag ATTR2 is linked to the object type Instrument (specified). And the tag number in the tag ATTR4 is linked to the object type Other (specified).